home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d962.lha / Touch / Touch.doc < prev    next >
Text File  |  1994-01-31  |  2KB  |  85 lines

  1.  
  2.  TOUCH, written by Kai Iske July 27. 1993
  3.         This is PUBLIC DOMAIN; you may do with it whatever you like
  4.  
  5. If you change/republish/delete/sell the program or do anything similar, please
  6. be so kind to keep my name within the program and all the other files.
  7.  
  8. I wrote Touch because I needed a Touch Command from within an ARexx-Script, but
  9. the ARexx-Script couldn`t reach the CSH`s internal touch.
  10.  
  11. TOUCH was written using SAS 6.3 / 6.50....
  12.  
  13. !!! Touch requires OS 2.x and up to run !!!
  14.  
  15.  
  16.  
  17. -------------------
  18. What does TOUCH ???
  19. -------------------
  20.  
  21.  
  22. Well,  it  touches  every  file  matching  a  given pattern like "#?.c" or any
  23. particular  file  like ":CPrgs/Utils/Dummy.c".  If a particualar file, i.e.  a
  24. filename  not containing wildcards, doesn`t exist it will be created, just the
  25. way   the   UNIX   touch  command  does  it.   You  may  give  any  number  of
  26. filenames/patterns  on the commandline and Touch will touch `em, i.e.  setting
  27. the filedate to the current date.
  28.  
  29. Example :
  30.  
  31.   Touch #?.c Dummy.doc Zaphod.o "Hello World.c"
  32.  
  33.   You see you can give any number of filenames/patterns on the commandline,
  34.   but be sure to enclose filenames, which contain spaces, within quotes.
  35.  
  36.  
  37.  
  38. ------------------------
  39. How to install TOUCH ???
  40. ------------------------
  41.  
  42. Simply copy it to a directory within you search path (eg. C:)
  43.  
  44.  
  45.  
  46.  
  47. -----------
  48. Version 1.0
  49. -----------
  50.   - initial release
  51.  
  52.  
  53. -----------
  54. Version 1.1
  55. -----------
  56.   - Reduced stack usage
  57.   - Reduced executable size
  58.   - Recompiled using SAS 6.50
  59.   - Added CTRL-C checking
  60.  
  61.  
  62. -----------
  63. Version 1.2
  64. -----------
  65.   - Touch will issue a warning if no matching files could be
  66.     found for a pattern
  67.     (Suggested by : Dan Barret)
  68.  
  69. Hope you like it, if not, delete it......
  70.  
  71.  
  72.  
  73. So long,
  74.  
  75.      Kai
  76.  
  77.  
  78.  
  79.  
  80.  --- Kai Iske
  81.  Brucknerstrasse 18, 63452 Hanau, Germany, Tel.: +49-(0)6181-850181
  82.  Z-Net    : KAI@SWEET.ZER            usenet : kai@iske.adsp.sub.org
  83.  internet : iske@informatik.uni-frankfurt.de              IRC:kiske
  84.  ---- Life sucks ----
  85.